FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / GenericTypeConverter<T> Class
Type of the object.
Members


GenericTypeConverter<T> Class
A generic type converter which inherited from System.ComponentModel.ExpandableObjectConverter and can be used for various type of objects in FpChart.
Syntax
'Declaration
 
Public Class GenericTypeConverter(Of T) 
   Inherits System.ComponentModel.ExpandableObjectConverter
 
'Usage
 
Dim instance As GenericTypeConverter(Of T)
Type Parameters
T
Type of the object.
Inheritance Hierarchy

System.Object
   System.ComponentModel.TypeConverter
      System.ComponentModel.ExpandableObjectConverter
         FarPoint.Win.Chart.GenericTypeConverter<T>

See Also